home *** CD-ROM | disk | FTP | other *** search
- object CustomSeriesEditor: TCustomSeriesEditor
- Left = 234
- Top = 256
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 172
- ClientWidth = 241
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object GPLine: TGroupBox
- Left = 4
- Top = 3
- Width = 230
- Height = 165
- Caption = 'Line:'
- TabOrder = 0
- object LPattern: TLabel
- Left = 8
- Top = 140
- Width = 80
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Pattern:'
- FocusControl = CBLineBrush
- end
- object ShColor: TShape
- Left = 96
- Top = 52
- Width = 25
- Height = 24
- OnMouseUp = ShColorMouseUp
- end
- object BLineBorder: TButton
- Left = 8
- Top = 20
- Width = 84
- Height = 25
- HelpContext = 275
- Caption = '&Border...'
- TabOrder = 0
- OnClick = BLineBorderClick
- end
- object BLineColor: TBitBtn
- Left = 8
- Top = 52
- Width = 84
- Height = 25
- HelpContext = 421
- Caption = '&Color...'
- TabOrder = 1
- OnClick = BLineColorClick
- end
- object CBLineBrush: TComboBox
- Left = 96
- Top = 136
- Width = 121
- Height = 21
- HelpContext = 274
- Style = csDropDownList
- DropDownCount = 12
- ItemHeight = 13
- Items.Strings = (
- 'Solid'
- 'Clear'
- 'Horizontal'
- 'Vertical'
- 'Diagonal'
- 'B.Diagonal'
- 'Cross'
- 'Diag.Cross')
- TabOrder = 2
- OnChange = CBLineBrushChange
- end
- object GBStair: TGroupBox
- Left = 9
- Top = 87
- Width = 208
- Height = 41
- Caption = 'Line Mode:'
- TabOrder = 3
- object CBStairs: TCheckBox
- Left = 7
- Top = 16
- Width = 98
- Height = 17
- HelpContext = 438
- Caption = '&Stairs'
- TabOrder = 0
- OnClick = CBStairsClick
- end
- object CBInvStairs: TCheckBox
- Left = 89
- Top = 16
- Width = 80
- Height = 17
- HelpContext = 252
- Caption = '&Inverted'
- TabOrder = 1
- OnClick = CBInvStairsClick
- end
- end
- object CBColorEach: TCheckBox
- Left = 138
- Top = 58
- Width = 75
- Height = 17
- HelpContext = 164
- Caption = 'Color &Each'
- TabOrder = 4
- OnClick = CBColorEachClick
- end
- object CBDark3D: TCheckBox
- Left = 138
- Top = 26
- Width = 66
- Height = 17
- HelpContext = 164
- Caption = '&Dark 3D'
- TabOrder = 5
- OnClick = CBDark3DClick
- end
- end
- end
-